home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / dev / c / stormamiga_lib.lha / SAL-StormC-V45_00d / Include / strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-12-22  |  349 b   |  19 lines

  1. #ifndef  STRINGS_H
  2. #define  STRINGS_H
  3.  
  4. /*
  5. **         $VER: strings.h 1.0 (12.12.00)
  6. **             Includes Release 45.00
  7. **                 StormC Version
  8. **
  9. **     Copyright © 1996/2000 by CyberdyneSystems
  10. **
  11. **            written by Matthias Henze
  12. **               All Rights Reserved
  13. */
  14.  
  15. #ifndef  _INCLUDE_STRING_H
  16.   #include <string.h>
  17. #endif
  18.  
  19.